Ensure that GtkIconView items get redrawn when the focus cell changes.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 5 Jan 2011 16:30:17 +0000 (01:30 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 6 Jan 2011 04:51:49 +0000 (13:51 +0900)
commit4d8c7c57829392194658a1dd7a2dcf0e5e66fcc8
treee22f28633126ab7a7908a4d76337ca0d9545aa3c
parentbab0f5a5c1669c8324609efbaaeccc066445d808
Ensure that GtkIconView items get redrawn when the focus cell changes.

Seems the redraw was not happenning from keynav when set_focus_cell()
was called because keynav already updates the focus-cell. Now we
just unconditionally redraw the focus item when set_focus_cell() is
called.
gtk/gtkiconview.c